home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00211_Script_ENTREE_AVEC RELANCE_MUSIK_DU_DIR < prev    next >
Text File  |  2004-12-05  |  405b  |  17 lines

  1. global gze_Label
  2. property p_relance
  3. -----------------
  4. on getPropertyDescriptionList(me)
  5.   return [#p_relance:[#comment:"relancer la musique du dir ?",#format: #boolean,#default:FALSE]]
  6. end
  7. -----------------
  8. on prepareFrame me
  9.   cursor -1
  10.   gze_Label = the frameLabel
  11. end
  12. ----------------
  13. on exitframe me
  14.   if not(soundBusy(1)) then  puppetSound(1,"MUSIK_"&zRacine())
  15. end
  16. -----------------
  17.